Shipping Service
Shipping Service
GET | /v1/open-api/user/shipping-services |
Header
Label | Required | Description |
---|---|---|
Api-Key | ✓ | Api Key, please log in to the system and find it in My Profile |
Api-Secret | ✓ | Api Secret, please log in to the system and find it in My Profile |
curl -X GET \
'https://api.sandbox.shipber.com/v1/open-api/user/shipping-services' \
-H 'Content-Type:application/x-www-form-urlencoded' \
-H 'Api-Key:2cn1wgmfidytin3jef3b' \
-H 'Api-Secret:qRBYybjRch7BdTxO5NTyGUd6mBvowNbsjahnAnpdI-BXc5sCrRt15XGr-hc9oY7C'
{
"data": [{
"carrier": "ups",
"code": "ups_ground",
"addresses": [{
"nick_name": "Repository1",
"city": "Kansas City",
"name": "Test Company",
"addresses": ["6925 Riverview Ave"],
"telephone": "0123456789",
"postal_code": "66102",
"country_code": "US",
"is_residential": false,
"state_province_code": "KS"
}],
"name": "UPS® Ground"
}]
}